*{
    margin: 0;
    padding: 0;
}
.box12 {
    width: 149px;
    list-style-type: none;
    height: 27px;
    position: fixed;
    left: 20px;
    bottom: 400px;
    /* box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%); */
    background-color: #27a8e1; 
    /* opacity: 0.5; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*padding-left: 10px;*/
    line-height: 27px;
    user-select: none;
    transition: all 0.3s;
    z-index: 999;
}
details.box12:hover{
    /*transform: scale(1.2);*/
    background-color: #6696FF;
}
.ywydh {
    color:#f5f5f5;
}
@media (min-width: 100px){
	.box123 {
		display:block !important;
	}
@media (max-width:900px ) {
    .box12 {
        position: fixed;
        left: 10px;
        bottom: 75px;
    }
}
@media (max-width:900px) {
    .box1234 {
       position: fixed !important;
        left: 20px !important;
        bottom: 110px !important;
    }
}
.box1234 {
    width: 240px;
    /* height: 400px; */
    position: fixed;
    left: 16px;
    bottom: 78px;
    box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%);
    /* background-color: pink; */
    opacity: 0.7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.box1 {
    height: 46px;
    background-color: #6696FF;
    line-height: 46px;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding-left: 10px;*/
    text-align: center;
}
.box2 {
    height: 45px;
    background-color: #fbfbfb;
    line-height: 46px;
    font-size: 13px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    padding-left: 10px;
    position: relative;
    transition: all 0.2s;
}
.box2:hover {
    transition: all 0.2s;
    color: #6696FF;
}
.box12 p {
    display:inline;
}
summary {
    cursor: pointer;
    list-style: none;
    text-align: center;
}
.box2 .p123 {
    cursor:pointer;
}
.box2 button {
    display:inline;
    float: right;
    line-height: 22px;
    margin-right: 10px;
    height: 25px;
    width: 70px;
    margin-top: 10px;
    transition: all 0.2s;
    border: 1px solid #0e0e0e;
}
.box2 button:hover {
    color: #6696FF;
}
       .fuchuang {
            width: 100px;
            position: fixed;
            right: 35px;
            top: 280px;
            background-color: #f5f9fc;
            opacity: 0.5;
            box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%);
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
        }
        @media (max-width: 992px) {
            .fuchuang {
                display: none !important;
            }
        }
        .fuchuang ul {

        }
        .fuchuang ul li {
            width: 100%;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-bottom: 2px solid #ddd;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .fuchuang ul li a{
            color: black;
            transition: all 0.3s;
        }
        .fuchuang ul li a:hover {
            color: #27a8e1;
            transform: scale(1.1);
        }
        .fuchuang ul li:hover {
            transform: scale(1.08);
        }
       .bdmap.container {
            width: 100%;
            height: 450px;
       }
       div#container{
           width: 100%;
            height: 100%;
       }
      .pages1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  vertical-align:middle;
    text-align: center;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.boxbutton{
    text-align: center;
}

element.style {
}
@media (min-width: 992px)
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1200px)
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
}
@media (min-width: 992px)
.container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}
@media (min-width: 768px)
.container, .container-sm, .container-md {
    max-width: 720px;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
@media (min-width: 1200px)
.container {
    max-width: 1280px;
}
@media (min-width: 992px)
.container {
    max-width: 960px;
}
@media (min-width: 768px)
.container {
    max-width: 720px;
}
@media (min-width: 576px)
.container {
    max-width: 540px;
}
.top2 {
    display: none;
}
.top2 {
    width: 303px;
    height: 50px;
    display: none;
}
@media (max-width: 992px){       
     .top2{
     display: none !important;
  }
}